Current File : /var/www/vinorea/modules/ps_facebook/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php
<?php
namespace Dotenv\Exception;
use InvalidArgumentException;
/**
* This is the invalid file exception class.
*/
class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
{
//
}